"A theme for a speech therapy practice in Germany" shadcn/ui theme

calming
professional
modern
accessible
high-contrast
therapy
communication
trust
harmony
fluidity
light-and-dark-mode

Shadcn/ui Theme Css Variables

name: LangHavenkeyword: A theme for a speech therapy practice in Germany views: 62

:root {
  --background: 95 100% 98%;
  --foreground: 210 30% 15%;
  --card: 95 100% 98%;
  --card-foreground: 210 30% 15%;
  --popover: 95 100% 98%;
  --popover-foreground: 210 30% 15%;
  --primary: 200 90% 50%;
  --primary-foreground: 95 100% 98%;
  --secondary: 220 80% 70%;
  --secondary-foreground: 210 30% 15%;
  --muted: 95 80% 90%;
  --muted-foreground: 210 20% 40%;
  --accent: 180 80% 50%;
  --accent-foreground: 95 100% 98%;
  --destructive: 0 90% 50%;
  --destructive-foreground: 95 100% 98%;
  --border: 210 20% 85%;
  --input: 210 20% 85%;
  --ring: 200 90% 50%;
  --radius: 0.75rem;
  --chart-1: 200 90% 50%;
  --chart-2: 220 80% 70%;
  --chart-3: 180 80% 50%;
  --chart-4: 95 80% 90%;
  --chart-5: 0 90% 50%;
} 

.dark {
  --background: 210 30% 15%;
  --foreground: 95 100% 98%;
  --card: 210 30% 15%;
  --card-foreground: 95 100% 98%;
  --popover: 210 30% 15%;
  --popover-foreground: 95 100% 98%;
  --primary: 200 90% 50%;
  --primary-foreground: 210 30% 15%;
  --secondary: 220 80% 70%;
  --secondary-foreground: 95 100% 98%;
  --muted: 210 20% 25%;
  --muted-foreground: 95 80% 90%;
  --accent: 180 80% 50%;
  --accent-foreground: 210 30% 15%;
  --destructive: 0 90% 50%;
  --destructive-foreground: 210 30% 15%;
  --border: 210 20% 35%;
  --input: 210 20% 35%;
  --ring: 200 90% 50%;
  --radius: 0.75rem;
  --chart-1: 200 90% 50%;
  --chart-2: 220 80% 70%;
  --chart-3: 180 80% 50%;
  --chart-4: 210 20% 25%;
  --chart-5: 0 90% 50%;
}